home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / od.z / od
Text File  |  1998-10-30  |  9KB  |  198 lines

  1.  
  2.  
  3.  
  4. oooodddd((((1111))))                                                                    oooodddd((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      _oooo_dddd - octal dump
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      _oooo_dddd [ _----_vvvv ] [ _----_AAAA _a_d_d_r__b_a_s_e [ _----_jjjj _s_k_i_p ] [ _----_NNNN _c_o_u_n_t ] [ _----_tttt _t_y_p_e__s_t_r ] ... [
  13.      _f_i_l_e ... ]
  14.  
  15.      _oooo_dddd [ _----_bbbb_cccc_DDDD_dddd_FFFF_ffff_OOOO_oooo_SSSS_ssss_vvvv_XXXX_xxxx ] [ _f_i_l_e ] [ [ _++++ ]_o_f_f_s_e_t[ _.... | _llll_llll | _LLLL_LLLL | _bbbb ] ]
  16.  
  17. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.      _oooo_dddd displays a list of _f_i_l_es in one or more formats, as selected by user
  19.      supplied arguments.  If no such argument is given, _----_tttt _o_2 (or _----_oooo) is
  20.      default.  If no _f_i_l_e is specified, the standard input is used.  For the
  21.      purposes of this description, ``word'' refers to a 16-bit unit,
  22.      independent of the word size of the machine; ``long word'' refers to a
  23.      32-bit unit, and ``double long word'' refers to a 64-bit unit.  _oooo_dddd
  24.      processes supplementary code set characters according to the locale
  25.      specified in the _LLLL_CCCC______CCCC_TTTT_YYYY_PPPP_EEEE environment variable [see _LLLL_AAAA_NNNN_GGGG on _eeee_nnnn_vvvv_iiii_rrrr_oooo_nnnn(5)].
  26.      The output format can be specified with one or more type strings
  27.      (_t_y_p_e__s_t_r) and/or with format options.
  28.  
  29.      A type string is specified with a _----_tttt option followed by one or more
  30.      format descriptions. Each format description consists of a type character
  31.      followed by an optional length specifier. The type characters, _aaaa, _cccc, _dddd,
  32.      _ffff, _oooo, _uuuu, and _xxxx specify _n_a_m_e_d _c_h_a_r_a_c_t_e_r, _c_h_a_r_a_c_t_e_r, _s_i_g_n_e_d _d_e_c_i_m_a_l,
  33.      _f_l_o_a_t_i_n_g _p_o_i_n_t, _o_c_t_a_l, _u_n_s_i_g_n_e_d _d_e_c_i_m_a_l and _h_e_x_a_d_e_c_i_m_a_l, respectively.
  34.      Type characters _dddd, _ffff, _oooo, _uuuu, and _xxxx can be followed by an optional unsigned
  35.      decimal integer that specifies the number of bytes to be transformed by
  36.      each instance of the output type. Type character _ffff can instead be
  37.      followed by an optional _FFFF, _DDDD, or _LLLL indicating that the conversion should
  38.      be applied to an item of type _f_l_o_a_t, _d_o_u_b_l_e or _l_o_n_g _d_o_u_b_l_e, respectively.
  39.      Type characters _dddd, _oooo, _uuuu, and _xxxx can instead be followed by an optional _CCCC,
  40.      _SSSS, _IIII, or _LLLL indicating that the conversion should be applied to an item of
  41.      type _c_h_a_r, _s_h_o_r_t, _i_n_t or _l_o_n_g, respectively.  For example:
  42.              _----_tttt _oooo_2222_aaaa_ffff_DDDD
  43.              will interpet: two byte units in octal, named characters, and
  44.              floating point numbers of double precision.
  45.  
  46.      The meanings of the format options are:
  47.  
  48.      _----_bbbb    Interpret bytes in octal.
  49.  
  50.      _----_cccc    Interpret bytes as characters.  Multibyte characters that are
  51.            printable (according to iswprint(3S)) are treated as graphic
  52.            characters. Invalid multibyte sequences or non-printable multibyte
  53.            characters are treated as octal values.  Certain non-graphic
  54.            characters appear as C-language escapes:  null=_\\\\_0000, backspace=_\\\\_bbbb,
  55.            form-feed=_\\\\_ffff, new-line=_\\\\_nnnn, return=_\\\\_rrrr, tab=_\\\\_tttt; others appear as 3-
  56.            digit octal numbers.  For example:
  57.              _eeee_cccc_hhhh_oooo _""""_hhhh_eeee_llll_llll_oooo _wwww_oooo_rrrr_llll_dddd_"""" _|||| _oooo_dddd _----_cccc
  58.              _0000_0000_0000_0000_0000_0000_0000   _hhhh   _eeee   _llll   _llll   _oooo       _wwww   _oooo   _rrrr   _llll   _dddd  _\\\\_nnnn
  59.  
  60.  
  61.  
  62.                                                                         PPPPaaaaggggeeee 1111
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. oooodddd((((1111))))                                                                    oooodddd((((1111))))
  70.  
  71.  
  72.  
  73.              _0000_0000_0000_0000_0000_1111_4444
  74.  
  75.      _----_DDDD    Interpret long words in unsigned decimal.
  76.  
  77.      _----_dddd    Interpret words in unsigned decimal.
  78.  
  79.      _----_FFFF    Interpret double long words in extended precision.
  80.  
  81.      _----_ffff    Interpret long words in floating point.
  82.  
  83.      _----_hhhh    Same as _----_xxxx.
  84.  
  85.      _----_OOOO    Interpret long words in unsigned octal.
  86.  
  87.      _----_oooo    Interpret words in octal.
  88.  
  89.      _----_SSSS    Interpret long words in signed decimal.
  90.  
  91.      _----_ssss    Interpret words in signed decimal.
  92.  
  93.      _----_vvvv    Show all data (verbose).  If this option is not given, identical
  94.            output lines are not shown; the first omitted line is printed as ****
  95.            to indicate identical data.
  96.  
  97.      _----_XXXX    Interpret long words in hex.
  98.  
  99.      _----_xxxx    Interpret words in hex.
  100.  
  101.      _o_f_f_s_e_t specifies an offset from the beginning of _f_i_l_e where the display
  102.      will begin.  _o_f_f_s_e_t is normally interpreted as octal bytes.  If _.... is
  103.      appended, _o_f_f_s_e_t is interpreted in decimal.  If _bbbb is appended, _o_f_f_s_e_t is
  104.      interpreted in blocks of 512 bytes.  if _llll_llll or _LLLL_LLLL is appended, the offset
  105.      will be displayed in 64 bit format.  This allows proper display of
  106.      offsets larger than 2 Gigabytes.  If _f_i_l_e is omitted, _o_f_f_s_e_t must be
  107.      preceded by _++++.  _WWWW_aaaa_rrrr_nnnn_iiii_nnnn_gggg: if none of the _----_AAAA, _----_jjjj, _----_NNNN or _----_tttt options are used
  108.      and there are 2 or less operands, then the last operand will be
  109.      considered an offset if it parses as such.
  110.  
  111.  
  112.      _----_AAAA _a_d_d_r__b_a_s_e specifies the input offset base. _A_d_d_r__b_a_s_e can be one of _dddd,
  113.      _oooo or _xxxx specifying _d_e_c_i_m_a_l, _o_c_t_a_l or _h_e_x_a_d_e_c_i_m_a_l, respectively. The
  114.      character _nnnn may also be supplied and indicates that the offset base will
  115.      not be written.
  116.  
  117.      _----_jjjj _s_k_i_p specifies an offset at which the formatting will begin in the
  118.      input. By default, the offset is considered to be a decimal number. With
  119.      a leading _0_X or _0_x, the offset will be interpreted as a hexadecimal
  120.      number. With a leading _0, it will be interpreted as an octal number.
  121.      Appending the character _bbbb, _kkkk or _mmmm to _s_k_i_p will cause it to be interpreted
  122.      as a multiple of 512, 1024 or 1048576.
  123.  
  124.  
  125.  
  126.  
  127.  
  128.                                                                         PPPPaaaaggggeeee 2222
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135. oooodddd((((1111))))                                                                    oooodddd((((1111))))
  136.  
  137.  
  138.  
  139.      _----_NNNN _c_o_u_n_t specifies a maximum number of bytes which will be formatted by
  140.      the utility. _C_o_u_n_t is considered as a decimal number by default, but can
  141.      also be specified as hexadecimal or octal like _s_k_i_p (see _----_jjjj).
  142.  
  143.      The display continues until the end-of-file for the last file is reached.
  144.  
  145. FFFFIIIILLLLEEEESSSS
  146.      _////_uuuu_ssss_rrrr_////_llll_iiii_bbbb_////_llll_oooo_cccc_aaaa_llll_eeee_////_l_o_c_a_l_e_////_LLLL_CCCC______MMMM_EEEE_SSSS_SSSS_AAAA_GGGG_EEEE_SSSS_////_uuuu_xxxx_dddd_ffff_mmmm and
  147.           _////_uuuu_ssss_rrrr_////_llll_iiii_bbbb_////_llll_oooo_cccc_aaaa_llll_eeee_////_l_o_c_a_l_e_////_LLLL_CCCC______MMMM_EEEE_SSSS_SSSS_AAAA_GGGG_EEEE_SSSS_////_uuuu_xxxx_ssss_gggg_iiii_cccc_oooo_rrrr_eeee language-specific
  148.           message files [See _LLLL_AAAA_NNNN_GGGG on _eeee_nnnn_vvvv_iiii_rrrr_oooo_nnnn(5).]
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.                                                                         PPPPaaaaggggeeee 3333
  195.  
  196.  
  197.  
  198.